func internal/poll.ignoringEINTR2

4 uses

	internal/poll (current package)
		copy_file_range_unix.go#L66: 	return ignoringEINTR2(func() (int64, error) {
		fd_posix.go#L82: func ignoringEINTR2[T any](fn func() (T, error)) (T, error) {
		sendfile_unix.go#L41: 	start, err := ignoringEINTR2(func() (int64, error) {
		sendfile_unix.go#L51: 		ignoringEINTR2(func() (int64, error) {